home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
539
/
539.xpi
/
content
/
measureit
/
about.xul
next >
Wrap
Extensible Markup Language
|
2010-01-23
|
1KB
|
37 lines
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<window class="dialog"
title="MeasureIt - About"
orient="vertical"
autostretch="always"
onload="sizeToContent()"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<!-- Original template by Jed Brown -->
<groupbox align="center" orient="horizontal">
<vbox>
<text value="MeasureIt" style="font-weight: bold; font-size: x-large;"/>
<text value="ver. 0.3.92"/>
<separator class="thin"/>
<text value="Created By:" style="font-weight: bold;"/>
<text value="Kevin Freitas" class="url"
onclick="window.open('http://www.kevinfreitas.net/extensions/'); window.close();"/>
<separator class="thin"/>
<text value="Home Page:" style="font-weight: bold;"/>
<text value="www.kevinfreitas.net/extensions/"
class="url"
onclick="window.open('http://www.kevinfreitas.net/extensions/'); window.close();"/>
<separator class="thin"/>
</vbox>
<spring flex="1"/>
<image src="chrome://measureit/skin/measureitb.png"/>
</groupbox>
<hbox>
<spacer flex="1"/>
<button label="Close" oncommand="window.close();"/>
</hbox>
</window>